From ea1fda35cbc1de28bfba07e3e3baf9e52dd55c40 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 4 Nov 2016 13:16:28 -0700 Subject: [PATCH] Un-ignore proc-macro tests --- tests/proc-macro.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/proc-macro.rs b/tests/proc-macro.rs index daae388e0..c1a2306e6 100644 --- a/tests/proc-macro.rs +++ b/tests/proc-macro.rs @@ -6,7 +6,6 @@ use cargotest::support::{project, execs}; use hamcrest::assert_that; #[test] -#[ignore] fn noop() { if !is_nightly() { return; @@ -63,7 +62,6 @@ fn noop() { } #[test] -#[ignore] fn impl_and_derive() { if !is_nightly() { return; @@ -148,7 +146,6 @@ fn impl_and_derive() { } #[test] -#[ignore] fn plugin_and_proc_macro() { if !is_nightly() { return; -- 2.30.2